Element3D.ObjectToWorldTransform Function

Returns a Vector3D. Takes a vector specifying a point relative to the object, and returns the coordinates of that point in the 3D world, taking into account the object's current scale, orientation, and position.

Syntax

result = Element3D.ObjectToWorldTransform( pt )

Parameters

pt

Vector3D

Return Value

Result

Vector3D